home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / echo305.zip / ECHODOR.BAT < prev    next >
DOS Batch File  |  1990-03-26  |  1KB  |  41 lines

  1. ECHO OFF
  2. rem
  3. rem        ECHODOR.BAT Controling batch file
  4. rem
  5. rem        You MUST put the name "ECHODOR" in your MENU5 file (Doors Menu)
  6. rem        in ALL CAPS, Preceeded and followed by a SPACE!
  7. rem
  8. rem        The first  thing we have to do is change the Current Dir to the
  9. rem        Dir with the Echodor files.
  10. rem
  11. cd \echodor
  12. rem
  13. rem        Now, we need all the DORINFOx.DEF files from the RBBS dir.
  14. rem
  15. rem        If you specified the BBSPATH parameter in the DoorDriv.Ctl
  16. rem        file to point to the RBBS directory, then you don't have to
  17. rem        copy the file to the current directory.  EchoDor will know
  18. rem        where to look.
  19. rem
  20. copy \rbbs\dorinfo*.def
  21. rem
  22. rem
  23. rem         Now since RBBS will pass the node number to ECHODOR.BAT
  24. rem         on the command line, we need to run echodor passing the
  25. rem         node number.  This is how echomail figures out which
  26. rem         DORINFOx.DEF file to use.
  27. rem
  28. rem
  29. Echodor %1
  30. rem
  31. rem         Uncomment the following lines if you want to arc the mail for
  32. rem         the "download mail" option. I did not put in paths. You will
  33. rem         need to add them to place the files into your download areas.
  34. rem
  35. if exist usermail.txt ARC A usermail.arc usermail.TXT
  36. rem
  37. rem         Now to return to RBBS-PC...  Since Rctty.bat will call RBBS.BAT,
  38. rem         you dont need to re-call it in this batch file.
  39. rem
  40. CD \rbbs
  41.